Extends:
Modifiers:
Source code
usx.USXList%%
%function_comment% | int | m_nSize | ||
%function_comment% | USXListElem | m_oHead | ||
%function_comment% | USXListElem | m_oTail |
| int | getSize () | ||
| init () | |||
| insert (USXListElem oNew) | |||
| bool | isContained (USXListElem oTarget) | ||
| bool | isEmpty () | ||
| USXListElem | remove () | ||
| removeAll () |
{
}